projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61361a0
)
Fix coding style.
author
Karl Heuer
<kwzh@gnu.org>
Sat, 12 Mar 1994 01:38:31 +0000
(
01:38
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sat, 12 Mar 1994 01:38:31 +0000
(
01:38
+0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index e07e62be495a6810a06df9aa56bfd974d3623f1a..cde606325055d5957d9a09d33a6831e39b338fb5 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-3322,10
+3322,9
@@
read_avail_input (expected)
Fix it for 19.23. */
/* Retry the read if it is interrupted. */
if (nread >= 0
-#ifdef EFAULT
- || ! (errno == EAGAIN || errno == EFAULT
-#else
|| ! (errno == EAGAIN
+#ifdef EFAULT
+ || errno == EFAULT
#endif
#ifdef EBADSLT
|| errno == EBADSLT